YOS command documentation
Documentation for all the commands under the YOS operating system. Commands are divided into groups.
- Functional commands
- Code flow operators
- Hardware-specific commands
- Interface configuration commands
- Plot commands
Notes about the documentation
- All arguments in
<>
brackets are mandatory and all arguments in[]
brackets are optional. - rule of thumb: If you are having issues with running some of the commands, make sure all options ALWAYS come before the arguments:
=>ls foo -l
ls -l foo
.